home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / progutil / stdwin.zoo / conf / mktags < prev    next >
Text File  |  1989-10-17  |  106b  |  9 lines

  1. for i in *
  2. do
  3.     if test -f $i/tags
  4.     then
  5.         echo $i >&2
  6.           sed "s,    ,    $i/," $i/tags
  7.     fi
  8. done | sort -o tags
  9.